Product History (BigQuery)

Streams historical repricing results from BigQuery for the given product.

HTTP: GET /logs/product-history/{productId}

Path parameters

NameTypeRequiredDescriptionExample
productIdintegeryesInternal DynPricing product identifier.734522

Query parameters

NameTypeRequiredDescriptionExample
domainstringnoOptional domain/project filter when querying BigQuery.profi-parfemy.cz
limitintegernoMaximum number of records to return (default 20, max 100).20
formatstringnoSet to xml to receive XML output (default json).json

Notes

Sample request

curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/logs/product-history/{productId}?limit=20&format=json"

Interactive call

Path parameters

Note: This endpoint uses path parameters. Use the "Open API Endpoint" button above to test it properly.

Queue workflow

Tasks are persisted to var/api_queue/tasks.json. Process them with:

php go.php cron:list\nphp go.php cron:go

Logs are written to var/api_queue/logs/{task_id}.log.